←Select platform

ContainsKey Method

Summary

Determines whether the IDictionary contains an element with the specified key.

Syntax

C#
VB
C++
public virtual bool ContainsKey( 
   TKey key 
) 
  
Public Overridable Function ContainsKey( _ 
   ByVal key As TKey _ 
) As Boolean 
public: 
virtual bool ContainsKey(  
   _TKey^_ key 
)  

Parameters

key
The key to locate in the IDictionary.

Return Value

true if the IDictionary contains an element with the key; otherwise, false.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionkey is null.
Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly